.notebook {
background-color: none;
- border-width: 0;
- background-image: -gtk-win32-theme-part(tab, 9 1);
+ border-width: 1 3 2 2;
+ border-style: solid;
+ background-origin: padding-box;
+ background-clip: border-box;
+ /*background-image: -gtk-win32-theme-part(tab, 9 1, margins(-2)); */
+ border-image: -gtk-win32-theme-part(tab, 9 1) 1 3 2 2 stretch;
-GtkNotebook-tab-overlap: 1;
- -GtkNotebook-tab-curvature: 1;
+ -GtkNotebook-tab-curvature: 0;
}
.notebook tab {
}
.notebook tab:active {
- background-image: -gtk-win32-theme-part(tab, 1 3);
+ background-image: -gtk-win32-theme-part(tab, 1 3, margins(0 0 -1 0));
padding: 4;
}
+.notebook tab:last-child {
+ background-image: -gtk-win32-theme-part(tab, 3 1);
+}
+
+.notebook tab:active:last-child {
+ background-image: -gtk-win32-theme-part(tab, 3 3, margins(0 0 -1 0));
+}
+
.notebook {
background-color: #ffffff;
}